home *** CD-ROM | disk | FTP | other *** search
/ Serif Monster DTP Starter CD ROM / Serif Monster DTP Starter CD-ROM.iso / install.inf < prev    next >
INI File  |  1995-08-01  |  39KB  |  689 lines

  1. ; INF file - tells the install program what to install and where
  2. ; Contains various sections of the form:
  3. ;
  4. ; [N]           - where N = 0 => section till next header is for SuperInstall
  5. ;                   otherwise => section is for the N'th option of SuperInstall
  6. ; [setup]       - background file and strings used as captions for this option
  7. ;   format is
  8. ;   "wmf" "appName" "installName"   and options "winIniSection" "winIniLine" "dirName"
  9. ;   "reserveSpace", "installType"   and optional string
  10. ;   InstallType MUST be 3 chars
  11. ; [extra]       - some extra info!
  12. ;   currently this can contain section name for previous version of the product
  13. ; [disks]       - the names of the various disks used for this option
  14. ; [directories] - the names of the directories created for this option
  15. ;               - First char of name is its reference.
  16. ;               - Second char is
  17. ;                      NULL => dir is relative to directory 0
  18. ;                      W    => dir is relative to windows dir
  19. ;                      S    => dir is relative to windows system dir
  20. ;                      N    => dir is relative to dir named in specified INI
  21. ;                      I    => dir is relative to app dir relative to install dir
  22. ;                      B    => dir is relative to install dir only
  23. ; [apps]        - all the possible files to install for this option
  24. ;  format is
  25. ;  "wmf" "disk/flags"  "dstDir/srcDir" "fileName.bytes" "Xstring"
  26. ;  values for flags are "A" => if current file is newer than one being installed, tell user
  27. ;                       "C" => file is compressed
  28. ;                       "D" => option should be displayed in box
  29. ;                       "E" => install file only if a version already exists
  30. ;                       "F" => file contains TrueType fonts
  31. ;                       "I" => file has an icon, next char is progman letter
  32. ;                       "J" => just create the directory
  33. ;                       "K" => this file cannot be skipped
  34. ;                       "R" => this file must be installed
  35. ;                       "T" => install file only if newer than existing
  36. ;                       "U" => give file unique name when copy
  37. ;                       "V" => file should be version checked before installation
  38. ;     plus on the first file
  39. ;                       "M" => Section defines a multi-install
  40. ;                       "N" => Dont ask user to name base dir
  41. ;                       "S" => Section defines a SuperPack style install
  42. ;                       "Y" => Always ask for UserDetails
  43. ;  values for X are     "I" => string is name of ini section in this inf file
  44. ;                       "O" => string is name of ole section in this inf file
  45. ;                       "R" => string is name of register section
  46. ;                       "C" => string is name of icon if one is given
  47. ;                       "D" => string is name of working directory for icon
  48. ;                       "N" => string is the option name for the listbox
  49. ;                       "T" => string is the dexcription of this option
  50. ;
  51. ; [progman]     - the names of all the Program Manager groups to be created
  52. ;
  53. ; [??ini]       - changes to be made to ini files
  54. ;  symbols used for first string are
  55. ;      ! => Following is a new sectionName.
  56. ;      # => Following line is the new iniName for future lines.
  57. ;      ? => Line is intended for the Extensions section of WIN.INI
  58. ;      @ => WIN.INI is used rather than the current iniName.
  59. ;      w => Windows directory
  60. ;      ~ => Following is a fileName in the [apps] section - the next line
  61. ;           should be done only if that fileName was selected/installed.
  62. ;      If then approp. first string will be added as a keyName in the current
  63. ;      sectionName in the current iniFile, with its value being the second
  64. ;      string.
  65. ;      The first char of the second string will be expanded based on the
  66. ;      [directories] section above unless it is a symbol in which case
  67. ;      ^ => set right hand side to be blank
  68. ;      # => following strings are "#section key default iniSection": look
  69. ;           in win.ini in 'section' for 'key' and get that rhs, then look
  70. ;           in 'iniSection' of the current ini file and find the entry where
  71. ;           the win.ini == first part of the entry's rhs, and then set the
  72. ;           the specified lhs to be this entry
  73. ;      ~ => set bits in the given field if doing an upgrade, with "~off on"
  74. ;           format for bits to unset and set respectively
  75. ;      z => insert user name
  76. ;      y => insert company name
  77. ;      x => insert registration number
  78. ;      w => insert windows dir
  79. ;      v => insert top level dir
  80. ;
  81. ; [??ole]       - lines for the OLE registration
  82. ; [help]        - name of help topics for the Help buttons. Section appears
  83. ;                 only once per INF and is used for all sections
  84. ;   Order is
  85. ;     DirHelp, OptionHelp, SuperOptionHelp, CD1Help, CD2Help, CDorHard (artpack)
  86.  
  87. [!0!]
  88. [setup]
  89.   "ap" "Serif Monster CD-ROM" "Monster CD-ROM Install"
  90.   "0"  "mmp"
  91.  
  92. [apps]
  93.    "" "0RM2" "A." "0.1" "NCD Based"
  94.    "" "0R"   "A." "0.1" "NDisk Based"
  95.  
  96. [help]
  97.    "107" "108" "110" "111" "112" "113"
  98.  
  99. ; **********************************************
  100. ; THIS SECTION IS THE CD BASED SECTION
  101. ; **********************************************
  102. [!1!]
  103. [setup]
  104.   "ap" "Serif Monster CD-ROM" "Monster CD-ROM Install"
  105.   "0"  "mmp"
  106.  
  107. [disks]
  108.   "0"  "A:\"  "Monster CD-ROM"
  109.  
  110. [directories]
  111.   "0"   "C:\SERIF\CLIPART"         "Monster CD-ROM Directory"
  112.   "AB"  "\PPINTRO"                 "PagePlus Directory"
  113.   "EB"  "\CLIPART\BACKGRND"        "Category Directory"
  114.   "HB"  "\CLIPART\CHURCH"          "Category Directory"
  115.   "JB"  "\CLIPART\DECORATV"        "Category Directory"
  116.   "MB"  "\CLIPART\EDUCATE"         "Category Directory"
  117.   "OB"  "\CLIPART\ENTERTN"         "Category Directory"
  118.   "SB"  "\CLIPART\FOOD"            "Category Directory"
  119.   "VB"  "\CLIPART\HISTORY"         "Category Directory"
  120.   "WB"  "\CLIPART\HOLIDAY"         "Category Directory"
  121.   "XB"  "\CLIPART\HOME"            "Category Directory"
  122.   "YB"  "\CLIPART\ICONS"           "Category Directory"
  123.   "aB"  "\CLIPART\MISC"            "Category Directory"
  124.   "bB"  "\CLIPART\NATURE"          "Category Directory"
  125.   "cB"  "\CLIPART\OFFICE"          "Category Directory"
  126.   "dB"  "\CLIPART\PEOPLE"          "Category Directory"
  127.   "fB"  "\CLIPART\SCIENCE"         "Category Directory"
  128.   "jB"  "\CLIPART\SPORT"           "Category Directory"
  129.   "lB"  "\CLIPART\THEMED"          "Category Directory"
  130.   "mB"  "\CLIPART\TOOLKIT1"        "Category Directory"
  131.   "nB"  "\CLIPART\TOOLKIT2"        "Category Directory"
  132.   "pB"  "\CLIPART\TRANSPRT"        "Category Directory"
  133.   "qB"  "\CLIPART\TRAVEL"          "Category Directory"
  134.   "tB"  "\BROWSER"                 "Browser Directory"
  135.   "uB"  "\DPINTRO"                 "DrawPlus Directory"
  136.  
  137. [apps]
  138.   ""  "0JKRIANYP" "t."            "readme.wri.0" "CReadme for Monster CD" "DA" "IbrowserIni" "RbrowserReg"
  139.   ""  "0JKRIA"   "APPINTRO"      "INSTALL.EXE.0"  "CInstall PagePlus Intro" "DA"
  140.   ""  "0JKRIA"   "uDPINTRO"      "INSTALL.EXE.0"  "CInstall DrawPlus Intro" "DA"
  141.   ""  "0CFR"     "wDISK\FONTS"   "fonts.scf.5908"
  142.   ""  "0VR"      "0DISK\BROWSER" "ole2.dll.137"
  143.   ""  "0VR"      "0DISK\BROWSER" "ole2conv.dll.31"
  144.   ""  "0VR"      "0DISK\BROWSER" "ole2disp.dll.41"
  145.   ""  "0VR"      "0DISK\BROWSER" "ole2nls.dll.13"
  146.   ""  "0VR"      "0DISK\BROWSER" "ole2prox.dll.21"
  147.   ""  "0VR"      "0DISK\BROWSER" "compobj.dll.45"
  148.   ""  "0VR"      "0DISK\BROWSER" "storage.dll.77"
  149.   ""  "0VR"      "0DISK\BROWSER" "bwcc.dll.49"
  150.   ""  "0VR"      "0DISK\BROWSER" "msvideo.dll.13"
  151.   ""  "0VR"      "0DISK\BROWSER" "mdataxfr.dll.13"
  152.   ""  "0VR"      "0DISK\BROWSER" "rhvideo.dll.9"
  153.   ""  "0JKRIA"   "tBROWSER"      "BACKGRND.EXE.0" "CBackgrounds"    "Dt"
  154.   ""  "0JKRIA"   "tBROWSER"      "CHURCH.EXE.0"   "CChurch"         "Dt"
  155.   ""  "0JKRIA"   "tBROWSER"      "DECORATV.EXE.0" "CDecorative"     "Dt"
  156.   ""  "0JKRIA"   "tBROWSER"      "EDUCATE.EXE.0"  "CEducation"      "Dt"
  157.   ""  "0JKRIA"   "tBROWSER"      "ENTERTN.EXE.0"  "CEntertainment"  "Dt"
  158.   ""  "0JKRIA"   "tBROWSER"      "FOOD.EXE.0"     "CFood and Drink" "Dt"
  159.   ""  "0JKRIA"   "tBROWSER"      "HISTORY.EXE.0"  "CHistory"        "Dt"
  160.   ""  "0JKRIA"   "tBROWSER"      "HOLIDAY.EXE.0"  "CHoliday"        "Dt"
  161.   ""  "0JKRIA"   "tBROWSER"      "HOME.EXE.0"     "CHome"           "Dt"
  162.   ""  "0JKRIA"   "tBROWSER"      "ICONS.EXE.0"    "CIcons"          "Dt"
  163.   ""  "0JKRIA"   "tBROWSER"      "MISC.EXE.0"     "CMiscellaneous"  "Dt"
  164.   ""  "0JKRIA"   "tBROWSER"      "NATURE.EXE.0"   "CNatural World"  "Dt"
  165.   ""  "0JKRIA"   "tBROWSER"      "OFFICE.EXE.0"   "COffice and Technology" "Dt"
  166.   ""  "0JKRIA"   "tBROWSER"      "PEOPLE.EXE.0"   "CPeople"         "Dt"
  167.   ""  "0JKRIA"   "tBROWSER"      "SCIENCE.EXE.0"  "CScience"        "Dt"
  168.   ""  "0JKRIA"   "tBROWSER"      "SPORT.EXE.0"    "CSport"          "Dt"
  169.   ""  "0JKRIA"   "tBROWSER"      "THEMED.EXE.0"   "CThemed"         "Dt"
  170.   ""  "0JKRIA"   "tBROWSER"      "TOOLKIT1.EXE.0" "CToolkit 1"      "Dt"
  171.   ""  "0JKRIA"   "tBROWSER"      "TOOLKIT2.EXE.0" "CToolkit 2"      "Dt"
  172.   ""  "0JKRIA"   "tBROWSER"      "TRANSPRT.EXE.0" "CTransport"      "Dt"
  173.   ""  "0JKRIA"   "tBROWSER"      "TRAVEL.EXE.0"   "CTravel"         "Dt"
  174.  
  175. [progman]
  176.    "A"  "Serif Monster CD-ROM"  "SERIFMON.GRP"
  177.  
  178. [browserReg]
  179.    "DataTransferObject"  "KUDO DATA TRANSFER OBJECT"
  180.    "DataTransferObject\CLSID"  "{8C33D880-201C-1069-B3D8-00608C37B48C}"
  181.    "CLSID\{8C33D880-201C-1069-B3D8-00608C37B48C}" "KUDO DATA TRANSFER OBJECT"
  182.    "CLSID\{8C33D880-201C-1069-B3D8-00608C37B48C}\InprocServer" "mdataxfr.dll"
  183.    "CLSID\{00000300-0000-0000-C000-000000000046}" "StdOleLink"
  184.    "CLSID\{00000300-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  185.    "CLSID\{00000301-0000-0000-C000-000000000046}" "StdMemStm"
  186.    "CLSID\{00000301-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  187.    "CLSID\{00000302-0000-0000-C000-000000000046}" "StdMemBytes"
  188.    "CLSID\{00000302-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  189.    "CLSID\{00000303-0000-0000-C000-000000000046}" "FileMoniker"
  190.    "CLSID\{00000303-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  191.    "CLSID\{00000304-0000-0000-C000-000000000046}" "ItemMoniker"
  192.    "CLSID\{00000304-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  193.    "CLSID\{00000305-0000-0000-C000-000000000046}" "AntiMoniker"
  194.    "CLSID\{00000305-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  195.    "CLSID\{00000306-0000-0000-C000-000000000046}" "PointerMoniker"
  196.    "CLSID\{00000306-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  197.    "CLSID\{00000308-0000-0000-C000-000000000046}" "PackagerMoniker"
  198.    "CLSID\{00000308-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  199.    "CLSID\{00000309-0000-0000-C000-000000000046}" "CompositeMoniker"
  200.    "CLSID\{00000309-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  201.    "CLSID\{0000030A-0000-0000-C000-000000000046}" "DdeCompositeMoniker"
  202.    "CLSID\{0000030A-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  203.    "CLSID\{0000030B-0000-0000-C000-000000000046}" "DfMarshal"
  204.    "CLSID\{0000030B-0000-0000-C000-000000000046}\InprocServer" "storage.dll"
  205.    "CLSID\{0000030C-0000-0000-C000-000000000046}" "PSGenObject"
  206.    "CLSID\{0000030C-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  207.    "CLSID\{0000030D-0000-0000-C000-000000000046}" "PSClientSite"
  208.    "CLSID\{0000030D-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  209.    "CLSID\{0000030E-0000-0000-C000-000000000046}" "PSClassObject"
  210.    "CLSID\{0000030E-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  211.    "CLSID\{0000030F-0000-0000-C000-000000000046}" "PSInPlaceActive"
  212.    "CLSID\{0000030F-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  213.    "CLSID\{00000310-0000-0000-C000-000000000046}" "PSInPlaceFrame"
  214.    "CLSID\{00000310-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  215.    "CLSID\{00000311-0000-0000-C000-000000000046}" "PSDragDrop"
  216.    "CLSID\{00000311-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  217.    "CLSID\{00000312-0000-0000-C000-000000000046}" "PSBindCtx"
  218.    "CLSID\{00000312-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  219.    "CLSID\{00000313-0000-0000-C000-000000000046}" "PSEnumerators"
  220.    "CLSID\{00000313-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  221.    "CLSID\{00000314-0000-0000-C000-000000000046}" "PSStore"
  222.    "CLSID\{00000314-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  223.    "CLSID\{00000315-0000-0000-C000-000000000046}" "Metafile"
  224.    "CLSID\{00000315-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  225.    "CLSID\{00000316-0000-0000-C000-000000000046}" "Device Independent Bitmap"
  226.    "CLSID\{00000316-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  227.    "Interface\{0000010e-0000-0000-C000-000000000046}" "IDataObject"
  228.    "Interface\{0000010e-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  229.    "Interface\{00000112-0000-0000-C000-000000000046}" "IOleObject"
  230.    "Interface\{00000112-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  231.    "Interface\{00000113-0000-0000-C000-000000000046}" "IOleInPlaceObject"
  232.    "Interface\{00000113-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  233.    "Interface\{0000011a-0000-0000-C000-000000000046}" "IParseDisplayName"
  234.    "Interface\{0000011a-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  235.    "Interface\{0000011b-0000-0000-C000-000000000046}" "IOleContainer"
  236.    "Interface\{0000011b-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  237.    "Interface\{0000011c-0000-0000-C000-000000000046}" "IOleItemContainer"
  238.    "Interface\{0000011c-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  239.    "Interface\{0000010c-0000-0000-C000-000000000046}" "IPersist"
  240.    "Interface\{0000010c-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  241.    "Interface\{0000010a-0000-0000-C000-000000000046}" "IPersistStorage"
  242.    "Interface\{0000010a-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  243.    "Interface\{0000010b-0000-0000-C000-000000000046}" "IPersistFile"
  244.    "Interface\{0000010b-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  245.    "Interface\{00000118-0000-0000-C000-000000000046}" "IOleClientSite"
  246.    "Interface\{00000118-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030D-0000-0000-C000-000000000046}"
  247.    "Interface\{00000119-0000-0000-C000-000000000046}" "IOleInPlaceSite"
  248.    "Interface\{00000119-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030D-0000-0000-C000-000000000046}"
  249.    "Interface\{0000010f-0000-0000-C000-000000000046}" "IAdviseSink"
  250.    "Interface\{0000010f-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030D-0000-0000-C000-000000000046}"
  251.    "Interface\{00000001-0000-0000-C000-000000000046}" "IClassFactory"
  252.    "Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030E-0000-0000-C000-000000000046}"
  253.    "Interface\{00000117-0000-0000-C000-000000000046}" "IOleInPlaceActiveObject"
  254.    "Interface\{00000117-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030F-0000-0000-C000-000000000046}"
  255.    "Interface\{00000115-0000-0000-C000-000000000046}" "IOleInPlaceUIWindow"
  256.    "Interface\{00000115-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000310-0000-0000-C000-000000000046}"
  257.    "Interface\{00000116-0000-0000-C000-000000000046}" "IOleInPlaceFrame"
  258.    "Interface\{00000116-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000310-0000-0000-C000-000000000046}"
  259.    "Interface\{00000122-0000-0000-C000-000000000046}" "IDropTarget"
  260.    "Interface\{00000122-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000311-0000-0000-C000-000000000046}"
  261.    "Interface\{0000000e-0000-0000-C000-000000000046}" "IBindCtx"
  262.    "Interface\{0000000e-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000312-0000-0000-C000-000000000046}"
  263.    "Interface\{00000103-0000-0000-C000-000000000046}" "IEnumFORMATETC"
  264.    "Interface\{00000103-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000313-0000-0000-C000-000000000046}"
  265.    "Interface\{00000105-0000-0000-C000-000000000046}" "IEnumSTATDATA"
  266.    "Interface\{00000105-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000313-0000-0000-C000-000000000046}"
  267.    "Interface\{00000104-0000-0000-C000-000000000046}" "IEnumOLEVERB"
  268.    "Interface\{00000104-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000313-0000-0000-C000-000000000046}"
  269.    "Interface\{0000000A-0000-0000-C000-000000000046}" "ILockBytes"
  270.    "Interface\{0000000A-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000314-0000-0000-C000-000000000046}"
  271.    "Interface\{0000000B-0000-0000-C000-000000000046}" "IStorage"
  272.    "Interface\{0000000B-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000314-0000-0000-C000-000000000046}"
  273.    "Interface\{0000000C-0000-0000-C000-000000000046}" "IStream"
  274.    "Interface\{0000000C-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000314-0000-0000-C000-000000000046}"
  275.    "Interface\{00020400-0000-0000-C000-000000000046}" "IDispatch"
  276.    "Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid" "{00020420-0000-0000-C000-000000000046}"
  277.    "Interface\{00020404-0000-0000-C000-000000000046}" "IEnumVARIANT"
  278.    "Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid" "{00020421-0000-0000-C000-000000000046}"
  279.    "Interface\{00020401-0000-0000-C000-000000000046}" "ITypeInfo"
  280.    "Interface\{00020401-0000-0000-C000-000000000046}\ProxyStubClsid" "{00020422-0000-0000-C000-000000000046}"
  281.    "Interface\{00020402-0000-0000-C000-000000000046}" "ITypeLib"
  282.    "Interface\{00020403-0000-0000-C000-000000000046}" "ITypeComp"
  283.    "Interface\{00020405-0000-0000-C000-000000000046}" "ICreateTypeInfo"
  284.    "Interface\{00020406-0000-0000-C000-000000000046}" "ICreateTypeLib"
  285.    "CLSID\{00020420-0000-0000-C000-000000000046}" "PSDispatch"
  286.    "CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer" "ole2disp.dll"
  287.    "CLSID\{00020422-0000-0000-C000-000000000046}" "PSTypeInfo"
  288.    "CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer" "ole2disp.dll"
  289.    "CLSID\{00020421-0000-0000-C000-000000000046}" "PSEnumVARIANT"
  290.    "CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer" "ole2disp.dll"
  291.  
  292. [browserIni]
  293.    "#w\SERIF.INI"
  294.    "!serif"
  295.    "Name"                      "z"
  296.    "Company"                   "y"
  297.    "RegNumber"                 "x"
  298.    "!Art&Borders"
  299.    "BorderFilter"           "^Windows Metafile"
  300.    "ArtBorderDir"           "0"
  301.    "Backgrounds"            "E,B"
  302.    "Church"                 "H,A"
  303.    "Decorative"             "J,B"
  304.    "Education"              "M,A"
  305.    "Entertainment"          "O,A"
  306.    "Food and Drink"         "S,A"
  307.    "History"                "V,A"
  308.    "Holiday"                "W,A"
  309.    "Home"                   "X,A"
  310.    "Icons"                  "Y,A"
  311.    "Miscellaneous"          "a,A"
  312.    "Natural World"          "b,A"
  313.    "Office and Technology"  "c,A"
  314.    "People"                 "d,A"
  315.    "Science"                "f,A"
  316.    "Sport"                  "j,A"
  317.    "Themed"                 "l,B"
  318.    "Toolkit 1"              "m,A"
  319.    "Toolkit 2"              "n,A"
  320.    "Transport"              "p,A"
  321.    "Travel"                 "q,A"
  322.  
  323. ; **********************************************
  324. ; THIS SECTION IS THE DISK BASED INSTALL SECTION
  325. ; **********************************************
  326. [!2!]
  327. [setup]
  328.   "ap" "Serif Monster CD-ROM" "Monster CD-ROM Install"
  329.   "0"  "mmp"
  330.  
  331. [disks]
  332.   "0"  "A:\"  "Monster CD-ROM"
  333.  
  334. [directories]
  335.   "0"  "C:\SERIF\CLIPART"        "Monster CD-ROM Directory"
  336.   "AB" "\PPINTRO"                "PagePlus Directory"
  337.   "E"  "\BACKGRND"               "Category Directory"
  338.   "H"  "\CHURCH"                 "Category Directory"
  339.   "J"  "\DECORATV"               "Category Directory"
  340.   "M"  "\EDUCATE"                "Category Directory"
  341.   "O"  "\ENTERTN"                "Category Directory"
  342.   "S"  "\FOOD"                   "Category Directory"
  343.   "V"  "\HISTORY"                "Category Directory"
  344.   "W"  "\HOLIDAY"                "Category Directory"
  345.   "X"  "\HOME"                   "Category Directory"
  346.   "Y"  "\ICONS"                  "Category Directory"
  347.   "a"  "\MISC"                   "Category Directory"
  348.   "b"  "\NATURE"                 "Category Directory"
  349.   "c"  "\OFFICE"                 "Category Directory"
  350.   "d"  "\PEOPLE"                 "Category Directory"
  351.   "f"  "\SCIENCE"                "Category Directory"
  352.   "j"  "\SPORT"                  "Category Directory"
  353.   "l"  "\THEMED"                 "Category Directory"
  354.   "m"  "\TOOLKIT1"               "Category Directory"
  355.   "n"  "\TOOLKIT2"               "Category Directory"
  356.   "p"  "\TRANSPRT"               "Category Directory"
  357.   "q"  "\TRAVEL"                 "Category Directory"
  358.   "tB" "\BROWSER"                "Browser Directory"
  359.   "uB" "\DPINTRO"                "DrawPlus Directory"
  360.  
  361. [apps]
  362.   ""  "0KRIAP" "0BROWSER"      "readme.wri.0" "CReadme for ArtPack CD" "D0" "Iserifini"  "RbrowserReg"
  363.   ""  "0JKRIA" "APPINTRO"      "INSTALL.EXE.0"  "CInstall PagePlus Intro" "DA"
  364.   ""  "0JKRIA" "uDPINTRO"      "INSTALL.EXE.0"  "CInstall DrawPlus Intro" "DA"
  365.   ""  "0CDF"   "wDISK\FONTS"   "fonts.scf.5908"  "NTrueType Fonts"  "TA collection of 100 TrueType fonts"
  366.   ""  "0VR"    "0DISK\BROWSER" "ole2.dll.137"
  367.   ""  "0VR"    "0DISK\BROWSER" "ole2conv.dll.31"
  368.   ""  "0VR"    "0DISK\BROWSER" "ole2disp.dll.41"
  369.   ""  "0VR"    "0DISK\BROWSER" "ole2nls.dll.13"
  370.   ""  "0VR"    "0DISK\BROWSER" "ole2prox.dll.21"
  371.   ""  "0VR"    "0DISK\BROWSER" "compobj.dll.45"
  372.   ""  "0VR"    "0DISK\BROWSER" "storage.dll.77"
  373.   ""  "0VR"    "0DISK\BROWSER" "bwcc.dll.49"
  374.   ""  "0VR"    "0DISK\BROWSER" "msvideo.dll.13"
  375.   ""  "0VR"    "0DISK\BROWSER" "rhvideo.dll.9"
  376.   ""  "0JKRIA" "tBROWSER"      "BACKGRND.EXE.0" "CBackgrounds"    "Dt"
  377.   ""  "0JKRIA" "tBROWSER"      "CHURCH.EXE.0"   "CChurch"         "Dt"
  378.   ""  "0JKRIA" "tBROWSER"      "DECORATV.EXE.0" "CDecorative"     "Dt"
  379.   ""  "0JKRIA" "tBROWSER"      "EDUCATE.EXE.0"  "CEducation"      "Dt"
  380.   ""  "0JKRIA" "tBROWSER"      "ENTERTN.EXE.0"  "CEntertainment"  "Dt"
  381.   ""  "0JKRIA" "tBROWSER"      "FOOD.EXE.0"     "CFood and Drink" "Dt"
  382.   ""  "0JKRIA" "tBROWSER"      "HISTORY.EXE.0"  "CHistory"        "Dt"
  383.   ""  "0JKRIA" "tBROWSER"      "HOLIDAY.EXE.0"  "CHoliday"        "Dt"
  384.   ""  "0JKRIA" "tBROWSER"      "HOME.EXE.0"     "CHome"           "Dt"
  385.   ""  "0JKRIA" "tBROWSER"      "ICONS.EXE.0"    "CIcons"          "Dt"
  386.   ""  "0JKRIA" "tBROWSER"      "MISC.EXE.0"     "CMiscellaneous"  "Dt"
  387.   ""  "0JKRIA" "tBROWSER"      "NATURE.EXE.0"   "CNatural World"  "Dt"
  388.   ""  "0JKRIA" "tBROWSER"      "OFFICE.EXE.0"   "COffice and Technology" "Dt"
  389.   ""  "0JKRIA" "tBROWSER"      "PEOPLE.EXE.0"   "CPeople"         "Dt"
  390.   ""  "0JKRIA" "tBROWSER"      "SCIENCE.EXE.0"  "CScience"        "Dt"
  391.   ""  "0JKRIA" "tBROWSER"      "SPORT.EXE.0"    "CSport"          "Dt"
  392.   ""  "0JKRIA" "tBROWSER"      "THEMED.EXE.0"   "CThemed"         "Dt"
  393.   ""  "0JKRIA" "tBROWSER"      "TOOLKIT1.EXE.0" "CToolkit 1"      "Dt"
  394.   ""  "0JKRIA" "tBROWSER"      "TOOLKIT2.EXE.0" "CToolkit 2"      "Dt"
  395.   ""  "0JKRIA" "tBROWSER"      "TRANSPRT.EXE.0" "CTransport"      "Dt"
  396.   ""  "0JKRIA" "tBROWSER"      "TRAVEL.EXE.0"   "CTravel"         "Dt"
  397.   ""  "0CDTA"  "EDISK\CLIPART" "BACKGRND.scf.570" "IBACKGRND" "NBackgrounds" "TA collection of pictures in the category shown"
  398.   ""  "0CDTA"  "HDISK\CLIPART" "CHURCH.scf.310" "ICHURCH"   "NChurch" "TA collection of pictures in the category shown"
  399.   ""  "0CDTA"  "JDISK\CLIPART" "DECORATV.scf.1770" "IDECORATV" "NDecorative" "TA collection of pictures in the category shown"
  400.   ""  "0CDTA"  "MDISK\CLIPART" "EDUCATE.scf.712" "IEDUCATE"  "NEducation" "TA collection of pictures in the category shown"
  401.   ""  "0CDTA"  "ODISK\CLIPART" "ENTERTN.scf.668" "IENTERTN"  "NEntertainment" "TA collection of pictures in the category shown"
  402.   ""  "0CDTA"  "SDISK\CLIPART" "FOOD.scf.1626" "IFOOD"     "NFood and Drink" "TA collection of pictures in the category shown"
  403.   ""  "0CDTA"  "VDISK\CLIPART" "HISTORY.scf.746" "IHISTORY"  "NHistory" "TA collection of pictures in the category shown"
  404.   ""  "0CDTA"  "WDISK\CLIPART" "HOLIDAY.scf.1536" "IHOLIDAY"  "NHoliday" "TA collection of pictures in the category shown"
  405.   ""  "0CDTA"  "XDISK\CLIPART" "HOME.scf.786" "IHOME"     "NHome" "TA collection of pictures in the category shown"
  406.   ""  "0CDTA"  "YDISK\CLIPART" "ICONS.scf.310" "IICONS"    "NIcons" "TA collection of pictures in the category shown"
  407.   ""  "0CDTA"  "aDISK\CLIPART" "MISC.scf.608" "IMISC"     "NMiscellaneous" "TA collection of pictures in the category shown"
  408.   ""  "0CDTA"  "bDISK\CLIPART" "NATURE.scf.1136" "INATURE"   "NNatural World" "TA collection of pictures in the category shown"
  409.   ""  "0CDTA"  "cDISK\CLIPART" "OFFICE.scf.1966" "IOFFICE"   "NOffice and Technology" "TA collection of pictures in the category shown"
  410.   ""  "0CDTA"  "dDISK\CLIPART" "PEOPLE.scf.2836" "IPEOPLE"   "NPeople" "TA collection of pictures in the category shown"
  411.   ""  "0CDTA"  "fDISK\CLIPART" "SCIENCE.scf.746" "ISCIENCE"  "NScience" "TA collection of pictures in the category shown"
  412.   ""  "0CDTA"  "jDISK\CLIPART" "SPORT.scf.2272" "ISPORT"    "NSport" "TA collection of pictures in the category shown"
  413.   ""  "0CDTA"  "lDISK\CLIPART" "THEMED.scf.1162" "ITHEMED"   "NThemed" "TA collection of pictures in the category shown"
  414.   ""  "0CDTA"  "mDISK\CLIPART" "TOOLKIT1.scf.554" "ITOOLKIT1" "NToolkit 1" "TA collection of pictures in the category shown"
  415.   ""  "0CDTA"  "nDISK\CLIPART" "TOOLKIT2.scf.878" "ITOOLKIT2" "NToolkit 2" "TA collection of pictures in the category shown"
  416.   ""  "0CDTA"  "pDISK\CLIPART" "TRANSPRT.scf.1634" "ITRANSPRT" "NTransport" "TA collection of pictures in the category shown"
  417.   ""  "0CDTA"  "qDISK\CLIPART" "TRAVEL.scf.852" "ITRAVEL"   "NTravel" "TA collection of pictures in the category shown"
  418.  
  419. [progman]
  420.    "A"  "Serif Monster CD-ROM"  "SERIFMON.GRP"
  421.  
  422. [browserReg]
  423.    "DataTransferObject"  "KUDO DATA TRANSFER OBJECT"
  424.    "DataTransferObject\CLSID"  "{8C33D880-201C-1069-B3D8-00608C37B48C}"
  425.    "CLSID\{8C33D880-201C-1069-B3D8-00608C37B48C}" "KUDO DATA TRANSFER OBJECT"
  426.    "CLSID\{8C33D880-201C-1069-B3D8-00608C37B48C}\InprocServer" "mdataxfr.dll"
  427.    "CLSID\{00000300-0000-0000-C000-000000000046}" "StdOleLink"
  428.    "CLSID\{00000300-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  429.    "CLSID\{00000301-0000-0000-C000-000000000046}" "StdMemStm"
  430.    "CLSID\{00000301-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  431.    "CLSID\{00000302-0000-0000-C000-000000000046}" "StdMemBytes"
  432.    "CLSID\{00000302-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  433.    "CLSID\{00000303-0000-0000-C000-000000000046}" "FileMoniker"
  434.    "CLSID\{00000303-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  435.    "CLSID\{00000304-0000-0000-C000-000000000046}" "ItemMoniker"
  436.    "CLSID\{00000304-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  437.    "CLSID\{00000305-0000-0000-C000-000000000046}" "AntiMoniker"
  438.    "CLSID\{00000305-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  439.    "CLSID\{00000306-0000-0000-C000-000000000046}" "PointerMoniker"
  440.    "CLSID\{00000306-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  441.    "CLSID\{00000308-0000-0000-C000-000000000046}" "PackagerMoniker"
  442.    "CLSID\{00000308-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  443.    "CLSID\{00000309-0000-0000-C000-000000000046}" "CompositeMoniker"
  444.    "CLSID\{00000309-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  445.    "CLSID\{0000030A-0000-0000-C000-000000000046}" "DdeCompositeMoniker"
  446.    "CLSID\{0000030A-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  447.    "CLSID\{0000030B-0000-0000-C000-000000000046}" "DfMarshal"
  448.    "CLSID\{0000030B-0000-0000-C000-000000000046}\InprocServer" "storage.dll"
  449.    "CLSID\{0000030C-0000-0000-C000-000000000046}" "PSGenObject"
  450.    "CLSID\{0000030C-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  451.    "CLSID\{0000030D-0000-0000-C000-000000000046}" "PSClientSite"
  452.    "CLSID\{0000030D-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  453.    "CLSID\{0000030E-0000-0000-C000-000000000046}" "PSClassObject"
  454.    "CLSID\{0000030E-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  455.    "CLSID\{0000030F-0000-0000-C000-000000000046}" "PSInPlaceActive"
  456.    "CLSID\{0000030F-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  457.    "CLSID\{00000310-0000-0000-C000-000000000046}" "PSInPlaceFrame"
  458.    "CLSID\{00000310-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  459.    "CLSID\{00000311-0000-0000-C000-000000000046}" "PSDragDrop"
  460.    "CLSID\{00000311-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  461.    "CLSID\{00000312-0000-0000-C000-000000000046}" "PSBindCtx"
  462.    "CLSID\{00000312-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  463.    "CLSID\{00000313-0000-0000-C000-000000000046}" "PSEnumerators"
  464.    "CLSID\{00000313-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  465.    "CLSID\{00000314-0000-0000-C000-000000000046}" "PSStore"
  466.    "CLSID\{00000314-0000-0000-C000-000000000046}\InprocServer" "ole2prox.dll"
  467.    "CLSID\{00000315-0000-0000-C000-000000000046}" "Metafile"
  468.    "CLSID\{00000315-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  469.    "CLSID\{00000316-0000-0000-C000-000000000046}" "Device Independent Bitmap"
  470.    "CLSID\{00000316-0000-0000-C000-000000000046}\InprocServer" "ole2.dll"
  471.    "Interface\{0000010e-0000-0000-C000-000000000046}" "IDataObject"
  472.    "Interface\{0000010e-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  473.    "Interface\{00000112-0000-0000-C000-000000000046}" "IOleObject"
  474.    "Interface\{00000112-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  475.    "Interface\{00000113-0000-0000-C000-000000000046}" "IOleInPlaceObject"
  476.    "Interface\{00000113-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  477.    "Interface\{0000011a-0000-0000-C000-000000000046}" "IParseDisplayName"
  478.    "Interface\{0000011a-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  479.    "Interface\{0000011b-0000-0000-C000-000000000046}" "IOleContainer"
  480.    "Interface\{0000011b-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  481.    "Interface\{0000011c-0000-0000-C000-000000000046}" "IOleItemContainer"
  482.    "Interface\{0000011c-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  483.    "Interface\{0000010c-0000-0000-C000-000000000046}" "IPersist"
  484.    "Interface\{0000010c-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  485.    "Interface\{0000010a-0000-0000-C000-000000000046}" "IPersistStorage"
  486.    "Interface\{0000010a-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  487.    "Interface\{0000010b-0000-0000-C000-000000000046}" "IPersistFile"
  488.    "Interface\{0000010b-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030C-0000-0000-C000-000000000046}"
  489.    "Interface\{00000118-0000-0000-C000-000000000046}" "IOleClientSite"
  490.    "Interface\{00000118-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030D-0000-0000-C000-000000000046}"
  491.    "Interface\{00000119-0000-0000-C000-000000000046}" "IOleInPlaceSite"
  492.    "Interface\{00000119-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030D-0000-0000-C000-000000000046}"
  493.    "Interface\{0000010f-0000-0000-C000-000000000046}" "IAdviseSink"
  494.    "Interface\{0000010f-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030D-0000-0000-C000-000000000046}"
  495.    "Interface\{00000001-0000-0000-C000-000000000046}" "IClassFactory"
  496.    "Interface\{00000001-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030E-0000-0000-C000-000000000046}"
  497.    "Interface\{00000117-0000-0000-C000-000000000046}" "IOleInPlaceActiveObject"
  498.    "Interface\{00000117-0000-0000-C000-000000000046}\ProxyStubClsid" "{0000030F-0000-0000-C000-000000000046}"
  499.    "Interface\{00000115-0000-0000-C000-000000000046}" "IOleInPlaceUIWindow"
  500.    "Interface\{00000115-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000310-0000-0000-C000-000000000046}"
  501.    "Interface\{00000116-0000-0000-C000-000000000046}" "IOleInPlaceFrame"
  502.    "Interface\{00000116-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000310-0000-0000-C000-000000000046}"
  503.    "Interface\{00000122-0000-0000-C000-000000000046}" "IDropTarget"
  504.    "Interface\{00000122-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000311-0000-0000-C000-000000000046}"
  505.    "Interface\{0000000e-0000-0000-C000-000000000046}" "IBindCtx"
  506.    "Interface\{0000000e-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000312-0000-0000-C000-000000000046}"
  507.    "Interface\{00000103-0000-0000-C000-000000000046}" "IEnumFORMATETC"
  508.    "Interface\{00000103-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000313-0000-0000-C000-000000000046}"
  509.    "Interface\{00000105-0000-0000-C000-000000000046}" "IEnumSTATDATA"
  510.    "Interface\{00000105-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000313-0000-0000-C000-000000000046}"
  511.    "Interface\{00000104-0000-0000-C000-000000000046}" "IEnumOLEVERB"
  512.    "Interface\{00000104-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000313-0000-0000-C000-000000000046}"
  513.    "Interface\{0000000A-0000-0000-C000-000000000046}" "ILockBytes"
  514.    "Interface\{0000000A-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000314-0000-0000-C000-000000000046}"
  515.    "Interface\{0000000B-0000-0000-C000-000000000046}" "IStorage"
  516.    "Interface\{0000000B-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000314-0000-0000-C000-000000000046}"
  517.    "Interface\{0000000C-0000-0000-C000-000000000046}" "IStream"
  518.    "Interface\{0000000C-0000-0000-C000-000000000046}\ProxyStubClsid" "{00000314-0000-0000-C000-000000000046}"
  519.    "Interface\{00020400-0000-0000-C000-000000000046}" "IDispatch"
  520.    "Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid" "{00020420-0000-0000-C000-000000000046}"
  521.    "Interface\{00020404-0000-0000-C000-000000000046}" "IEnumVARIANT"
  522.    "Interface\{00020404-0000-0000-C000-000000000046}\ProxyStubClsid" "{00020421-0000-0000-C000-000000000046}"
  523.    "Interface\{00020401-0000-0000-C000-000000000046}" "ITypeInfo"
  524.    "Interface\{00020401-0000-0000-C000-000000000046}\ProxyStubClsid" "{00020422-0000-0000-C000-000000000046}"
  525.    "Interface\{00020402-0000-0000-C000-000000000046}" "ITypeLib"
  526.    "Interface\{00020403-0000-0000-C000-000000000046}" "ITypeComp"
  527.    "Interface\{00020405-0000-0000-C000-000000000046}" "ICreateTypeInfo"
  528.    "Interface\{00020406-0000-0000-C000-000000000046}" "ICreateTypeLib"
  529.    "CLSID\{00020420-0000-0000-C000-000000000046}" "PSDispatch"
  530.    "CLSID\{00020420-0000-0000-C000-000000000046}\InprocServer" "ole2disp.dll"
  531.    "CLSID\{00020422-0000-0000-C000-000000000046}" "PSTypeInfo"
  532.    "CLSID\{00020422-0000-0000-C000-000000000046}\InprocServer" "ole2disp.dll"
  533.    "CLSID\{00020421-0000-0000-C000-000000000046}" "PSEnumVARIANT"
  534.    "CLSID\{00020421-0000-0000-C000-000000000046}\InprocServer" "ole2disp.dll"
  535.  
  536. [serifini]
  537.    "#w\SERIF.INI"
  538.    "!serif"
  539.    "Name"                      "z"
  540.    "Company"                   "y"
  541.    "RegNumber"                 "x"
  542.  
  543. [BACKGRND]
  544.    "#w\SERIF.INI"
  545.    "!Art&Borders"
  546.    "BorderFilter" "^Windows Metafile"
  547.    "ArtBorderDir" "0"
  548.    "Backgrounds"            "E,B"
  549.  
  550. [CHURCH]
  551.    "#w\SERIF.INI"
  552.    "!Art&Borders"
  553.    "BorderFilter" "^Windows Metafile"
  554.    "ArtBorderDir" "0"
  555.    "Church"                 "H,A"
  556.  
  557. [DECORATV]
  558.    "#w\SERIF.INI"
  559.    "!Art&Borders"
  560.    "BorderFilter" "^Windows Metafile"
  561.    "ArtBorderDir" "0"
  562.    "Decorative"           "J,B"
  563.  
  564. [EDUCATE]
  565.    "#w\SERIF.INI"
  566.    "!Art&Borders"
  567.    "BorderFilter" "^Windows Metafile"
  568.    "ArtBorderDir" "0"
  569.    "Education"              "M,A"
  570.  
  571. [ENTERTN]
  572.    "#w\SERIF.INI"
  573.    "!Art&Borders"
  574.    "BorderFilter" "^Windows Metafile"
  575.    "ArtBorderDir" "0"
  576.    "Entertainment"          "O,A"
  577.  
  578. [FOOD]
  579.    "#w\SERIF.INI"
  580.    "!Art&Borders"
  581.    "BorderFilter" "^Windows Metafile"
  582.    "ArtBorderDir" "0"
  583.    "Food and Drink"         "S,A"
  584.  
  585. [HISTORY]
  586.    "#w\SERIF.INI"
  587.    "!Art&Borders"
  588.    "BorderFilter" "^Windows Metafile"
  589.    "ArtBorderDir" "0"
  590.    "History"                "V,A"
  591.  
  592. [HOLIDAY]
  593.    "#w\SERIF.INI"
  594.    "!Art&Borders"
  595.    "BorderFilter" "^Windows Metafile"
  596.    "ArtBorderDir" "0"
  597.    "Holiday"                "W,A"
  598.  
  599. [HOME]
  600.    "#w\SERIF.INI"
  601.    "!Art&Borders"
  602.    "BorderFilter" "^Windows Metafile"
  603.    "ArtBorderDir" "0"
  604.    "Home"                   "X,A"
  605.  
  606. [ICONS]
  607.    "#w\SERIF.INI"
  608.    "!Art&Borders"
  609.    "BorderFilter" "^Windows Metafile"
  610.    "ArtBorderDir" "0"
  611.    "Icons"                  "Y,A"
  612.  
  613. [MISC]
  614.    "#w\SERIF.INI"
  615.    "!Art&Borders"
  616.    "BorderFilter" "^Windows Metafile"
  617.    "ArtBorderDir" "0"
  618.    "Miscellaneous"          "a,A"
  619.  
  620. [NATURE]
  621.    "#w\SERIF.INI"
  622.    "!Art&Borders"
  623.    "BorderFilter" "^Windows Metafile"
  624.    "ArtBorderDir" "0"
  625.    "Natural World"          "b,A"
  626.  
  627. [OFFICE]
  628.    "#w\SERIF.INI"
  629.    "!Art&Borders"
  630.    "BorderFilter" "^Windows Metafile"
  631.    "ArtBorderDir" "0"
  632.    "Office and Technology"  "c,A"
  633.  
  634. [PEOPLE]
  635.    "#w\SERIF.INI"
  636.    "!Art&Borders"
  637.    "BorderFilter" "^Windows Metafile"
  638.    "ArtBorderDir" "0"
  639.    "People"                 "d,A"
  640.  
  641. [SCIENCE]
  642.    "#w\SERIF.INI"
  643.    "!Art&Borders"
  644.    "BorderFilter" "^Windows Metafile"
  645.    "ArtBorderDir" "0"
  646.    "Science"                "f,A"
  647.  
  648. [SPORT]
  649.    "#w\SERIF.INI"
  650.    "!Art&Borders"
  651.    "BorderFilter" "^Windows Metafile"
  652.    "ArtBorderDir" "0"
  653.    "Sport"                  "j,A"
  654.  
  655. [THEMED]
  656.    "#w\SERIF.INI"
  657.    "!Art&Borders"
  658.    "BorderFilter" "^Windows Metafile"
  659.    "ArtBorderDir" "0"
  660.    "Themed"                 "l,B"
  661.  
  662. [TOOLKIT1]
  663.    "#w\SERIF.INI"
  664.    "!Art&Borders"
  665.    "BorderFilter" "^Windows Metafile"
  666.    "ArtBorderDir" "0"
  667.    "Toolkit 1"              "m,A"
  668.  
  669. [TOOLKIT2]
  670.    "#w\SERIF.INI"
  671.    "!Art&Borders"
  672.    "BorderFilter" "^Windows Metafile"
  673.    "ArtBorderDir" "0"
  674.    "Toolkit 2"              "n,A"
  675.  
  676. [TRANSPRT]
  677.    "#w\SERIF.INI"
  678.    "!Art&Borders"
  679.    "BorderFilter" "^Windows Metafile"
  680.    "ArtBorderDir" "0"
  681.    "Transport"              "p,A"
  682.  
  683. [TRAVEL]
  684.    "#w\SERIF.INI"
  685.    "!Art&Borders"
  686.    "BorderFilter" "^Windows Metafile"
  687.    "ArtBorderDir" "0"
  688.    "Travel"                 "q,A"
  689.